home *** CD-ROM | disk | FTP | other *** search
/ Science Kit & Boreal Lab…Order Assistant Plus 2001 / 2001 Order Assis.iso / pc / Fun Stuff / PC / BioQuiz.exe / scripts / DefineButton2_109 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-12-11  |  133 b   |  7 lines

  1. on(release){
  2.    set("/:CurrentQuestion","1");
  3.    set("/:CorrectCount","0");
  4.    call("/Library/:DisplayQuestion");
  5.    play();
  6. }
  7.